home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / CBASE102.ARJ / LSRECCNT.C < prev    next >
Text File  |  1991-09-23  |  630b  |  23 lines

  1. /*    Copyright (c) 1989 Citadel    */
  2. /*       All Rights Reserved        */
  3.  
  4. /* #ident    "@(#)lsreccnt.c    1.5 - 91/09/23" */
  5.  
  6. /*man---------------------------------------------------------------------------
  7. NAME
  8.      lsreccnt - lseq record count
  9.  
  10. SYNOPSIS
  11.      #include <lseq.h>
  12.  
  13.      unsigned long lsreccnt(lsp)
  14.      lseq_t *lsp;
  15.  
  16. DESCRIPTION
  17.      lsreccnt returns the number of records in lseq lsp.  If lsp does
  18.      not point to a valid open lseq, the results are undefined.
  19.      lsreccnt is a macro.
  20.  
  21. ------------------------------------------------------------------------------*/
  22. /* lsreccnt defined in lseq.h. */
  23.